Drop cap-std from our public APIs
authorColin Walters <walters@verbum.org>
Thu, 31 Aug 2023 18:08:15 +0000 (14:08 -0400)
committerColin Walters <walters@verbum.org>
Thu, 31 Aug 2023 19:34:26 +0000 (15:34 -0400)
commiteec67ec109d63b516f7ba1991f343bb82ff41bb4
tree69f059b9096103d768fcd32b21dfb13259008bdf
parente93ebd738598406cd8a8e57fdc341cf1f1d9baae
Drop cap-std from our public APIs

Since it bumped semver (when I didn't expect it to; xref
https://github.com/bytecodealliance/cap-std/commit/963eebf3ab52b04a2e8b9ba88ce6308bbed5cbd0#r121651362

It's not load-bearing enough here to matter versus just passing
an untyped file descriptor.

This mainly means that it will be the `glib` ecosystem which
forces transitive semver bumps for us, not both.
.github/workflows/rust.yml
Cargo.toml
rust-bindings/src/lib.rs
rust-bindings/src/repo.rs
rust-bindings/tests/repo/mod.rs
rust-bindings/tests/util/mod.rs